.section5 {
    padding-top: 95px;
    padding-left: 0;
    position: relative;
    overflow: hidden;
}

.box5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box5 .img {
    width: 43.3%;
    overflow: hidden;
    padding-left: 110px;
}

.box5 .img img {
    width: 100%;
}

.box5 .text {
    width: calc(56.7% - 50px);
    display: flex;
    justify-content: center;
}

.box5 .text_2 {
    max-width: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.box5 .text h1 {
    margin: 0;
    font-size: 36px;
    line-height: 1.3;
    color: #333;
}

.box5 .text h2 {
    margin: 0;
    font-size: 50px;
    line-height: 1.2;
    color: #000;
    font-family: arial;
    margin-top: 5px;
}

.box5 .text span {
    display: block;
    width: 40px;
    height: 1px;
    background: #333;
    margin-top: 50px;
}

.box5 .text .desc {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.box5 .text a {
    margin-top: 80px;
    min-width: 275px;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
    font-family: arial;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box5 .text a img {
    position: relative;
    left: 0;
    transition: 0.3s;
}

.box5 .text a .box5 .text a:hover img {
    left: -15px;
}

.box5 .img:hover img {
    transform: scale(1.08);
    transition: .3s;
}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    .box5 .img {
        padding-left: 0;
    }
}

@media (max-width: 992px) {}

@media (max-width: 750px) {
    .section5 {
        padding-top: 0.8rem;
        padding-left: 0;
    }

    .box5 .img {
        width: 100%;
    }

    .box5 .text {
        width: 100%;
        margin-top: 0.3rem;
    }

    .box5 .text_2 {
        width: 100%;
    }


    .box5 .text h1 {
        font-size: .35rem;
        font-weight: bold;
    }

    .box5 .text h2 {
        font-size: .45rem;
        font-weight: bold;
    }

    .box5 .text span {
        margin-top: 0.2rem;
    }

    .box5 .text .desc {
        font-size: .24rem;
        line-height: .45rem;
        height: 1.35rem;
        margin-top: 0.2rem;
    }

    .box5 .text a {
        margin-top: 0.3rem;
        width: 4.5rem;
        min-width: auto;
        font-size: .24rem;
        line-height: .5rem;
        padding-bottom: 0.15rem;
        background-position-y: 0.15rem;
    }
}